Oracle: Configuring the import directory
To configure the Oracle import directory, log in to SQLPlus as a user with SYSDBA privileges and execute the following statement (replacing /mnt/oraclec/files/import with your full directory path):
CREATE OR REPLACE DIRECTORY "HVRI_IMPORT" AS
'/mnt/oraclec/files/import'
Alternatively, you can log into Oracle Enterprise Manager, navigate to Administration > Directory Objects, and configure it there.
Related topics: